home *** CD-ROM | disk | FTP | other *** search
/ Graduation from F.U. / Graduation from F.U..iso / macproj / macproj.DXR / 00024.ls < prev    next >
Encoding:
Text File  |  1995-02-17  |  233 b   |  12 lines

  1. on mouseDown
  2.   global TheIN, TheOUT
  3.   if the soundLevel = 0 then
  4.     set TheIN to "Sound off in"
  5.     set TheOUT to "Sound off out"
  6.   else
  7.     set TheIN to "Sound on in"
  8.     set TheOUT to "Sound On out"
  9.   end if
  10.   buttonswitch(7)
  11. end
  12.